From 338614125171750e6dd208689827c291d9ee0e45 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 6 Dec 2012 14:13:10 +0100 Subject: [PATCH] gnttab_usage_print() should be static ... as not being used or declared anywhere else. Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- xen/common/grant_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index ec9ecf42ec..716a8ceee6 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -2802,7 +2802,7 @@ grant_table_destroy( d->grant_table = NULL; } -void gnttab_usage_print(struct domain *rd) +static void gnttab_usage_print(struct domain *rd) { int first = 1; grant_ref_t ref; -- 2.30.2